home *** CD-ROM | disk | FTP | other *** search
/ Title Fight 2001 / Title Fight 2001.iso / program files / Comp-U-Sports / Title Fight 2001 / Data / Data.mdb / Player.json < prev    next >
Encoding:
JavaScript Object Notation  |  2001-04-23  |  111 b 

  1. {
  2.     "schema": {
  3.         "Player": "Text (255)",
  4.         "BankRoll": "Long Integer"
  5.     },
  6.     "data": [
  7.         {
  8.             "Player": "Player Name",
  9.             "BankRoll": 50000
  10.         }
  11.     ]
  12. }